Disable is_on_nfs_mount() check on musl libc (fixes #2937)
authorJakub Jirutka <jakub@jirutka.cz>
Sun, 7 Aug 2016 00:22:00 +0000 (02:22 +0200)
committerJakub Jirutka <jakub@jirutka.cz>
Sun, 7 Aug 2016 00:25:34 +0000 (02:25 +0200)
commita7f47450c3937a73cfbe96dfae62768fcc852aed
treebcfa6f6aabceb0c9d74e4b99d51cc0d25080c0e2
parent4e661905cffefb82b8328e57e75345f4e40c32cf
Disable is_on_nfs_mount() check on musl libc (fixes #2937)

musl libc doesn't provide constant NFS_SUPER_MAGICK that is used in
the is_on_nfs_mount function.
src/cargo/util/flock.rs